home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gr2ps / README < prev    next >
Encoding:
Text File  |  1989-05-16  |  1.0 KB  |  31 lines

  1.  
  2.  
  3.         Gremlin  to  PostScript  Converter
  4.         ----------------------------------
  5.  
  6.      This program converts a gremlin file (produced by the original
  7. version that runs on the AED displays or the newer version for the
  8. Sun workstation) into a PostScript file which can be printed on
  9. printers which support this page description language, such as the
  10. Apple LaserWriter.
  11.  
  12.      The code in gr2ps.c was written by John Coker, and is copyrighted
  13. by the Regents of the University of California.  Distribution and use of
  14. this code is subject to licensing restrictions.
  15.  
  16.      The code in curve.c comes from the original Gremlin source and
  17. was modified by Peehong Chen for this program.  This code is protected
  18. by the Berkeley UNIX license agreement as well as the protections
  19. for the author mentioned above.
  20.  
  21.      See the file PSinTeX for a description of how this software can
  22. be used for PS illustrations in TeX documents and SCALING for a start
  23. at semi-automatic placement of the figures.
  24.  
  25.  
  26.                 John Coker
  27.                 john@renoir.Berkeley.EDU
  28.  
  29.                 Peehong Chen
  30.                 phc@renoir.Berkeley.EDU
  31.